net/http.transferWriter.BodyCloser (field)
7 uses
net/http (current package)
transfer.go#L62: BodyCloser io.Closer
transfer.go#L92: t.BodyCloser = rr.Body
transfer.go#L115: t.BodyCloser = rr.Body
transfer.go#L340: if closed || t.BodyCloser == nil {
transfer.go#L343: if closeErr := t.BodyCloser.Close(); closeErr != nil && err == nil {
transfer.go#L382: if t.BodyCloser != nil {
transfer.go#L384: if err := t.BodyCloser.Close(); err != nil {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |